org.eclipse.vtp.framework.interactions.core.actions
Class InputRequestAction

java.lang.Object
  extended by org.eclipse.vtp.framework.interactions.core.actions.InputRequestAction
All Implemented Interfaces:
IAction

public class InputRequestAction
extends java.lang.Object
implements IAction

An action that enqueues an input request.

Author:
Lonnie Pryor

Constructor Summary
InputRequestAction(IActionContext context, IVariableRegistry variableRegistry, IConversation conversation, InputRequestConfiguration configuration)
          Creates a new InputRequestAction.
 
Method Summary
 IActionResult execute()
          Executes this action and returns its outcome.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputRequestAction

public InputRequestAction(IActionContext context,
                          IVariableRegistry variableRegistry,
                          IConversation conversation,
                          InputRequestConfiguration configuration)
Creates a new InputRequestAction.

Parameters:
context - The context to use.
variableRegistry - The variable registry to use.
conversation - The conversation to use.
configuration - The configuration to use.
Method Detail

execute

public IActionResult execute()
Description copied from interface: IAction
Executes this action and returns its outcome.

Specified by:
execute in interface IAction
Returns:
An object representing the outcome of this action.